debian/rules: use Debian's grub2-mkconfig path
authorSimon McVittie <smcv@debian.org>
Sat, 16 Apr 2016 21:25:30 +0000 (22:25 +0100)
committerSimon McVittie <smcv@debian.org>
Sat, 16 Apr 2016 21:25:30 +0000 (22:25 +0100)
debian/changelog
debian/rules

index ea4b615afeeca679339a8e0cce0aa9aba87f9785..a32a4bf974b75ab34c2e1ff12725fdca0b84efaf 100644 (file)
@@ -7,6 +7,7 @@ ostree (2016.5-1) UNRELEASED; urgency=medium
     - debian/copyright: update
     - debian/rules, debian/ostree-tests.install: adjust for new installation
       directory for installed-tests
+    - debian/rules: use Debian's grub2-mkconfig path
   * debian/gbp.conf: use DEP-14 branch names; disable numbered patches
   * Fix ITP bug number in changelog (was #813308, should have been #697477)
   * debian/control: build-depend on attr, for the tests (only required if
index e33bca0a45879fe9ee6f6c55ff8a4b6b6654e096..16ea33296271b5af0b838d7274d81a06d6dd1b28 100755 (executable)
@@ -20,6 +20,7 @@ override_dh_auto_configure:
                --libexecdir='$${prefix}/lib' \
                --with-dracut \
                --with-grub2 \
+               --with-grub2-mkconfig-path=/usr/sbin/grub-mkconfig \
                --with-systemdsystemunitdir=/lib/systemd/system \
                $(NULL)
        chmod +x tests/*.js